home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #1 / Amiga Plus Extra 1997 #1.iso / programme / netz / awdpal / helpdocs / header < prev    next >
Text File  |  1997-01-01  |  816b  |  33 lines

  1. Back to MENU
  2. Back to FUNCTIONS
  3.  
  4.                                 Headers
  5.                                 -------
  6.  
  7. General:
  8.  
  9. The Header codes inform the browser which size to display the text.
  10. AWebEd allows you to use three sizes of header.  There are in fact
  11. six, but the other three are fairly superfluous.  The header sizes
  12. you can select are Large (<H1> </H1>), Medium (<H2> </H2>) and
  13. small (<H3> </H3>)
  14.  
  15. Syntax:
  16.  
  17.     <Hx> [Text] <Hx>
  18.  
  19. "x" is an integer between and inclusive of 1 and 6.  The string
  20. [text] is displayed in the header size prescribed by "x".
  21.  
  22. Use:
  23.  
  24. 1 - SELECT the text to be made into a header.
  25. 2 - Double click on the appropriate "Header" item.  The relevant
  26. tags will be inserted.
  27.  
  28. Example:
  29.  
  30. <H1> The Winny the Pooh Home Page </H1>
  31. <H2> About A.A. Milne. </H2>
  32. <H3> A.A. Milne's writings. </H3>
  33.